home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 9351 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  59 lines

  1. Path: ida.his.se!usenet
  2. From: a95hanne@ida.his.se (Hannu Nevalainen)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: JAZ spindown and lost volumes?
  5. Followup-To: comp.sys.amiga.hardware
  6. Date: 5 Apr 1996 22:10:10 GMT
  7. Organization: NONE!
  8. Distribution: World
  9. Message-ID: <1426.6669T1381T882@ida.his.se>
  10. References: <4jpsu7$48f@ns1.arlut.utexas.edu> <TyjY3RAbNPZxEwkC@gchiu.compkarori.co.nz>
  11. NNTP-Posting-Host: ipcsun6.ida.his.se
  12. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  13.  
  14.  
  15. > +On 05-Apr-96 11:18:03 Graham Chiu
  16. > +<gchiu@compkarori.co.nz>
  17. > +wrote about "Re: JAZ spindown and lost volumes?"
  18. > +in "comp.sys.amiga.hardware"...
  19.  
  20. > In article <4jpsu7$48f@ns1.arlut.utexas.edu>, Jerry Heyman
  21. > <jerry@arlut.utexas.edu> writes
  22. >>
  23. >>The JAZ has spindown in hardware such that after 30 minutes of inactivity
  24. >>it spins down.  It will then spin up the next time its accessed.  I have
  25. >>four 100MB partitions on the JAZ (the rest probably going to NetBSD), and
  26. >>one of the partitions icons was still listed but when I clicked on it -
  27. >>the response was that was not mounted.
  28. >>
  29. > So why not write a little program to access the Jaz drive every 20
  30. > minutes or so ...
  31.  
  32.  No "program" needed. Write an AmigaDOS script like this:
  33.  
  34. --- S:Hickups ---
  35. FailAt 21
  36. LAB Loop
  37.  List ZIP: <>NIL:
  38.  Wait 25
  39. Skip BACK Loop
  40. ---
  41.  
  42.  1> protect s:Hickups +s
  43.  
  44. and enter
  45.  
  46.   Run <>NIL: S:Hickups
  47.  
  48. somewhere (late) in your s:user-startup.
  49.  
  50. /Hannu E.K. Nevalainen, Amiga since '85.        /*á1996-04-05á@21:59áCETá*/
  51. >> Inform yourself... http://www.amiga.de/      /*áThorá2.22á[1642]á*/
  52. <sb> rexx:random(56 tags) -> "Win_BrokenGlass_1"
  53.       __
  54.      /// Running an Amiga; '030 @50Mhz, '882 @50MHz, 10M RAM & 408M HD
  55. __  ///  / AmiTCP, Thor, Grapevine, ADPro, ARexx, DPaint, 68K, C++ /
  56. \\\///
  57.  \XX/    Smashing Windows?  Look out for the broken glass!  8-)
  58.  
  59.